Chartjs-plugin-datalabels
Product Information
Use Cases
Public chat
Support Plans
There are currently no OSS plans available
If you are a provider or contributor to the repository, you can start adding your OSS plan.
Add an OSS planContact us if you are looking for a plan for this open source.
We will help you get in touch with professional providers.
Product Details
Overview
Highly customizable Chart.js plugin that displays labels on data for any type of charts.
Requires Chart.js 3.x or higher.
Documentation
- Introduction
- Getting Started
- Options
- Labels
- Positioning
- Formatting
- Events
- TypeScript
- Migration
- Samples
Development
You first need to install node dependencies (requires Node.js):
> npm install
The following commands will then be available from the repository root:
> npm run build // build dist files
> npm run build:dev // build and watch for changes
> npm run test // run all tests and generate code coverage
> npm run test:dev // run all tests and watch for changes
> npm run lint // perform code linting
> npm run lint -- --fix // automatically fix linting problems
> npm run docs // generate documentation (`dist/docs`)
> npm run docs:dev // generate documentation and watch for changes
License
chartjs-plugin-datalabels
is available under the MIT license.